GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-24T22:51:35.2066705+00:00",
"SubmitDate": "2026-06-24T22:51:35.2066705+00:00",
"ReportPeriodStart": "2026-06-24T22:51:35.2066705+00:00",
"ReportPeriodEnd": "2026-06-24T22:51:35.2066705+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "26d89382-cd05-4a8b-a721-5e2a838cf082",
"Rows": [
{
"ItemId": "9328c906-1594-4472-980c-c0299baf95a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9328c906-1594-4472-980c-c0299baf95a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "26d89382-cd05-4a8b-a721-5e2a838cf082",
"Rows": [
{
"ItemId": "9328c906-1594-4472-980c-c0299baf95a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9328c906-1594-4472-980c-c0299baf95a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c0b84195-4890-48a7-a7af-b155e0ac131c",
"d8ac87f7-d42e-45ed-a961-ab6363966438"
],
"Approvers": [
"8b305111-c913-45c6-ae6f-be13d6395a92",
"ac79b294-427e-4bfa-b70f-6064089a6f0e"
],
"ApprovedBy": "f607974c-cc8c-4f6e-88e8-cb5e3560aa94",
"ApprovalDate": "2026-06-24T22:51:35.2066705+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "345c2f97-24fa-4b8f-a20a-0cac41cc6ef6",
"id": "14532d6c-b194-4756-b5b7-3fc3453b0ecc",
"ConfigId": "29e87a93-ef2e-4721-bc55-7b0d7e2f721c"
},
{
"GenerationDate": "2026-06-24T22:51:35.2066705+00:00",
"SubmitDate": "2026-06-24T22:51:35.2066705+00:00",
"ReportPeriodStart": "2026-06-24T22:51:35.2066705+00:00",
"ReportPeriodEnd": "2026-06-24T22:51:35.2066705+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "26d89382-cd05-4a8b-a721-5e2a838cf082",
"Rows": [
{
"ItemId": "9328c906-1594-4472-980c-c0299baf95a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9328c906-1594-4472-980c-c0299baf95a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "26d89382-cd05-4a8b-a721-5e2a838cf082",
"Rows": [
{
"ItemId": "9328c906-1594-4472-980c-c0299baf95a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9328c906-1594-4472-980c-c0299baf95a2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c0b84195-4890-48a7-a7af-b155e0ac131c",
"d8ac87f7-d42e-45ed-a961-ab6363966438"
],
"Approvers": [
"8b305111-c913-45c6-ae6f-be13d6395a92",
"ac79b294-427e-4bfa-b70f-6064089a6f0e"
],
"ApprovedBy": "f607974c-cc8c-4f6e-88e8-cb5e3560aa94",
"ApprovalDate": "2026-06-24T22:51:35.2066705+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "345c2f97-24fa-4b8f-a20a-0cac41cc6ef6",
"id": "14532d6c-b194-4756-b5b7-3fc3453b0ecc",
"ConfigId": "29e87a93-ef2e-4721-bc55-7b0d7e2f721c"
}
]